home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / GoldWave 5.08 / gwave508.exe / GoldWave.exe / 0 / RCDATA / TPAGEFORM / TPAGEFORM.txt
Encoding:
Text File  |  2004-06-10  |  745 b   |  37 lines

  1. inherited PageForm: TPageForm
  2.   Caption = 'Properties'
  3.   OnResize = FormResize
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited ButtonOk: TButton
  7.     TabOrder = 1
  8.     OnClick = ButtonOkClick
  9.   end
  10.   inherited ButtonCancel: TButton
  11.     TabOrder = 2
  12.   end
  13.   inherited ButtonHelp: THelpButton
  14.     TabOrder = 4
  15.     OnClick = ButtonHelpClick
  16.   end
  17.   object ButtonApply: TButton
  18.     Left = 165
  19.     Top = 57
  20.     Width = 75
  21.     Height = 25
  22.     Action = ApplyAction
  23.     Anchors = [akRight, akBottom]
  24.     TabOrder = 3
  25.   end
  26.   object ActionList: TActionList
  27.     Left = 288
  28.     Top = 2
  29.     object ApplyAction: TAction
  30.       Caption = '&Apply'
  31.       Enabled = False
  32.       OnExecute = ApplyActionExecute
  33.       OnUpdate = ApplyActionUpdate
  34.     end
  35.   end
  36. end
  37.